home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TEHEFORM / TEHEFORM.txt < prev   
Text File  |  2014-12-03  |  6KB  |  274 lines

  1. object EheForm: TEheForm
  2.   Left = 0
  3.   Top = 0
  4.   HelpContext = 510
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Partnerschaft'
  8.   ClientHeight = 292
  9.   ClientWidth = 554
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnClose = TntFormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object CGBEheVerheiratet: TTntCheckGroupBox
  23.     Left = 8
  24.     Top = 73
  25.     Width = 537
  26.     Height = 174
  27.     BoxAlignment = taRightJustify
  28.     Caption = 'verheiratet'
  29.     Checked = True
  30.     TabOrder = 0
  31.     object GBEheHochzeit: TTntGroupBox
  32.       Left = 10
  33.       Top = 22
  34.       Width = 518
  35.       Height = 68
  36.       Caption = 'Hochzeit'
  37.       TabOrder = 1
  38.       object Label3: TTntLabel
  39.         Left = 11
  40.         Top = 20
  41.         Width = 18
  42.         Height = 15
  43.         Caption = 'am'
  44.         Font.Charset = DEFAULT_CHARSET
  45.         Font.Color = clWindowText
  46.         Font.Height = -12
  47.         Font.Name = 'Arial'
  48.         Font.Style = []
  49.         ParentFont = False
  50.         WordWrap = True
  51.       end
  52.       object Label4: TTntLabel
  53.         Left = 170
  54.         Top = 20
  55.         Width = 10
  56.         Height = 15
  57.         Caption = 'in'
  58.         Font.Charset = DEFAULT_CHARSET
  59.         Font.Color = clWindowText
  60.         Font.Height = -12
  61.         Font.Name = 'Arial'
  62.         Font.Style = []
  63.         ParentFont = False
  64.         WordWrap = True
  65.       end
  66.       object EheOv: TImage
  67.         Tag = 1
  68.         Left = 497
  69.         Top = 45
  70.         Width = 11
  71.         Height = 12
  72.         Cursor = crHandPoint
  73.         Hint = 'Ortsverwaltung'
  74.         ParentShowHint = False
  75.         Picture.Data = {<image000.bmp>}
  76.         ShowHint = True
  77.         Transparent = True
  78.         OnClick = EheOvClick
  79.       end
  80.       object EheAm: TTntEdit
  81.         Tag = 1
  82.         Left = 10
  83.         Top = 34
  84.         Width = 150
  85.         Height = 23
  86.         Cursor = crArrow
  87.         AutoSelect = False
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clWindowText
  90.         Font.Height = -12
  91.         Font.Name = 'Arial'
  92.         Font.Style = []
  93.         ParentFont = False
  94.         TabOrder = 0
  95.         Text = 'EheAm'
  96.       end
  97.       object EheIn: TTntLookupEdit
  98.         Tag = 1
  99.         Left = 170
  100.         Top = 34
  101.         Width = 320
  102.         Height = 23
  103.         AutoSelect = False
  104.         Font.Charset = DEFAULT_CHARSET
  105.         Font.Color = clWindowText
  106.         Font.Height = -12
  107.         Font.Name = 'Arial'
  108.         Font.Style = []
  109.         ParentFont = False
  110.         TabOrder = 1
  111.         Text = 'EheIn'
  112.         OnChange = EheInChange
  113.         Sorted = True
  114.       end
  115.     end
  116.     object CGBEheScheidung: TTntCheckGroupBox
  117.       Left = 10
  118.       Top = 95
  119.       Width = 518
  120.       Height = 68
  121.       BoxAlignment = taRightJustify
  122.       Caption = 'Scheidung'
  123.       Checked = False
  124.       TabOrder = 2
  125.       object TntLabel1: TTntLabel
  126.         Left = 11
  127.         Top = 20
  128.         Width = 18
  129.         Height = 15
  130.         Caption = 'am'
  131.         Enabled = False
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -12
  135.         Font.Name = 'Arial'
  136.         Font.Style = []
  137.         ParentFont = False
  138.         WordWrap = True
  139.       end
  140.       object TntLabel4: TTntLabel
  141.         Left = 170
  142.         Top = 20
  143.         Width = 10
  144.         Height = 15
  145.         Caption = 'in'
  146.         Enabled = False
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -12
  150.         Font.Name = 'Arial'
  151.         Font.Style = []
  152.         ParentFont = False
  153.         WordWrap = True
  154.       end
  155.       object ScheidungOv: TImage
  156.         Tag = 1
  157.         Left = 497
  158.         Top = 45
  159.         Width = 11
  160.         Height = 12
  161.         Cursor = crHandPoint
  162.         Hint = 'Ortsverwaltung'
  163.         Enabled = False
  164.         ParentShowHint = False
  165.         Picture.Data = {<image001.bmp>}
  166.         ShowHint = True
  167.         Transparent = True
  168.         OnClick = ScheidungOvClick
  169.       end
  170.       object ScheidungAm: TTntEdit
  171.         Tag = 1
  172.         Left = 10
  173.         Top = 34
  174.         Width = 150
  175.         Height = 23
  176.         Cursor = crArrow
  177.         AutoSelect = False
  178.         Enabled = False
  179.         Font.Charset = DEFAULT_CHARSET
  180.         Font.Color = clWindowText
  181.         Font.Height = -12
  182.         Font.Name = 'Arial'
  183.         Font.Style = []
  184.         ParentFont = False
  185.         TabOrder = 0
  186.         Text = 'ScheidungAm'
  187.       end
  188.       object ScheidungIn: TTntLookupEdit
  189.         Tag = 1
  190.         Left = 170
  191.         Top = 34
  192.         Width = 320
  193.         Height = 23
  194.         AutoSelect = False
  195.         Enabled = False
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clWindowText
  198.         Font.Height = -12
  199.         Font.Name = 'Arial'
  200.         Font.Style = []
  201.         ParentFont = False
  202.         TabOrder = 1
  203.         Text = 'ScheidungIn'
  204.         OnChange = ScheidungInChange
  205.         Sorted = True
  206.       end
  207.     end
  208.   end
  209.   object OK: TTntButton
  210.     Tag = 120
  211.     Left = 371
  212.     Top = 257
  213.     Width = 81
  214.     Height = 27
  215.     Caption = '&OK'
  216.     Default = True
  217.     ModalResult = 1
  218.     TabOrder = 1
  219.     OnClick = OKClick
  220.   end
  221.   object Abbruch: TTntButton
  222.     Tag = 122
  223.     Left = 464
  224.     Top = 257
  225.     Width = 81
  226.     Height = 27
  227.     Cancel = True
  228.     Caption = '&Abbrechen'
  229.     ModalResult = 2
  230.     TabOrder = 2
  231.   end
  232.   object GBEheHeading: TTntGroupBox
  233.     Left = 8
  234.     Top = 8
  235.     Width = 537
  236.     Height = 58
  237.     TabOrder = 3
  238.     object _LabelPerson2: TTntLabel
  239.       Left = 20
  240.       Top = 31
  241.       Width = 67
  242.       Height = 15
  243.       Caption = 'Frauke Frau'
  244.       Font.Charset = DEFAULT_CHARSET
  245.       Font.Color = clWindowText
  246.       Font.Height = -12
  247.       Font.Name = 'Arial'
  248.       Font.Style = [fsBold]
  249.       ParentFont = False
  250.     end
  251.     object _LabelPerson1: TTntLabel
  252.       Left = 21
  253.       Top = 10
  254.       Width = 81
  255.       Height = 15
  256.       Caption = 'Manfred Mann'
  257.       Font.Charset = DEFAULT_CHARSET
  258.       Font.Color = clWindowText
  259.       Font.Height = -12
  260.       Font.Name = 'Arial'
  261.       Font.Style = [fsBold]
  262.       ParentFont = False
  263.     end
  264.   end
  265.   object SameSex: TTntCheckBox
  266.     Left = 14
  267.     Top = 254
  268.     Width = 315
  269.     Height = 17
  270.     Caption = 'gleichgeschlechtlich'
  271.     TabOrder = 4
  272.   end
  273. end
  274.